Added a (provide 'emacsbug); lisp-mnt.el needs this.
authorEric S. Raymond <esr@snark.thyrsus.com>
Thu, 25 Mar 1993 01:47:39 +0000 (01:47 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Thu, 25 Mar 1993 01:47:39 +0000 (01:47 +0000)
lisp/mail/emacsbug.el

index 8f64f8f8da74d69c9171d555c94c2c79afe8daec..03ae176562e21fb9fc91db5487e954bd7faefbd6 100644 (file)
@@ -47,4 +47,6 @@ Prompts for bug subject.  Leaves you in a mail buffer."
   (insert "\nIn " (emacs-version) "\n\n")
   (message (substitute-command-keys "Type \\[mail-send] to send bug report.")))
 
+(provide 'emacsbug)
+
 ;;; emacsbug.el ends here